configs: remove CONFIG_SYS_DSPI_XX references
authorAngelo Dureghello <[email protected]>
Wed, 13 Mar 2019 20:46:50 +0000 (21:46 +0100)
committerTom Rini <[email protected]>
Fri, 24 May 2019 12:11:58 +0000 (08:11 -0400)
commit88449833dd3c4a971ff09af6ad7f98c001f2408f
tree7bd2f957f622cd9fbf14e9d0f24e2dea7c4a687d
parent461ea079639d02498e0ff382dede2dd5eb4f75a4
configs: remove CONFIG_SYS_DSPI_XX references

This patch removes CONFIG_SYS_DSPI_XX options from
include/configs "m68k" .h board files, since CTAR
registers are now set with default values in the cf_spi
driver initialization, and configurable by devicetree.

Note, these options cannot be totally removed from the
whitelist, since still used from boards using fsl_dspi.c
(mostly arm-based boards).

Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Angelo Dureghello <[email protected]>
include/configs/M52277EVB.h
include/configs/M54418TWR.h
include/configs/M54451EVB.h
include/configs/M54455EVB.h
include/configs/stmark2.h